home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / shsucdx / readme.cd < prev    next >
Encoding:
Text File  |  2000-10-20  |  10.2 KB  |  219 lines

  1. Latest Versions as of October 19, 2000
  2.  
  3.    SHSUSERV Version 3.1
  4.    SHSUCDN  Version 0.01
  5.    SHSUCDX  Version 1.4b
  6.    SHSUDRVX Version 1.1
  7.    SHSUCDHD Version 4.0
  8.    CDCACHER Version 5.0
  9.  
  10. SHSUSERV is a CD-ROM server that allows 48 users simultaneous access to
  11.          CD-ROMs.  The CDs may be mounted on physical drives or they may
  12.          be cached images created on a hard disk using the CDCACHER program.
  13.          Driver names and cache image names may be specified in a server
  14.          initiation file (SHSUSERV.INI) at start up.
  15.  
  16.          This version provides a toggle to turn off polling the drives to
  17.          update the screen display of the the CD volume labels that occurs
  18.          every 20 seconds.  I am told that this causes cd changers to
  19.          continuously cycle through the CDs.
  20.  
  21.          The client/server link uses NETBIOS. The unique server name can be
  22.          specified on the command line when the server is started.  Client
  23.          names must also be unique.
  24.  
  25.          The server program will run in a DOS window under OS/2 Warp 3.  I
  26.          have run it using native NetBeui, netbios over Novell's OS2-DOS IPX.
  27.          I have run it using netbios over TCP/IP, but not on an OS2 machine.
  28.          Remember that the transport protocol must be the same at the client
  29.          and server. i.e., both ends must be IPX, IP, NetBeui, or whatever.
  30.          When run in an OS2-DOS window, a CD must be in the drive when the
  31.          server is started and it cannot be changed. The Pulse program shows
  32.          100% CPU utilization when the server is run because the server uses
  33.          polling loops.  Hence, the server does degrade OS/2 performance.  If
  34.          I ever figure out how to make the 32 bit OS2 NetBios interface work,
  35.          I hope to complete an interrupt driven OS/2 version of the server.
  36.  
  37.          The server will run under NT DOS emulation using cached images only.
  38.          I have been told that, NT's DOS emulation does not provide a CD
  39.          device driver interface.  I have also seen it run in a window under
  40.          Win95.
  41.  
  42. SHSUCDN  is a pseudo CD-ROM driver that runs as a TSR on a client work-
  43.          station.  It accepts CD-ROM driver request from MSCDEX and
  44.          transmits them on to the server and returns the server response
  45.          to MSCDEX.  SHSUCDX may be used in place of MSCDEX.
  46.  
  47. SHSUCDX  is a CD-ROM redirector substitute for MSCDEX.  It differs from
  48.          MSCDEX in that it can be un-loaded, it occupies less memory, and
  49.          only selected drives are mapped.  Version 1.4b also converts
  50.          lowercase characters to upper case in directory entries.  Lower
  51.          case characters are invalid but some mastering programs put them in.
  52.          Local and networked CD-ROMs can be accessed simultaneously using
  53.          the SHSUSERV/SHSUCDN client/server software or by using SHSUCDHD.
  54.          A total of 10 drives can be mapped in any order from all available
  55.          drives on 10 drivers.  See README.CDX
  56.  
  57. SHSUDRVX is a CD driver/controller emulator which emulates two CD drives
  58.          loaded with ISO CD ROMS.  It is useful for testing.  It can be
  59.          loaded multiple times with different driver names to simulate
  60.          more than 2 drives.  See README.DRV
  61.  
  62. SHSUCDHD is a pseudo CD-ROM driver that runs as a TSR on a client work-
  63.          station and makes up to 5 local or remote cd cache images appear as
  64.          cd drives.  It is known to be compatible with Novell VLM clients and
  65.          NT clients.  It will not access remote cache files using Novell's
  66.          NETX shell client.  See README.CDH
  67.          Images can be created using the Cacher program or any program that can
  68.          create and ISO disk image.
  69.  
  70.          Warning!!!!  Attempting to use MSCDEX with SHSUCDHD will crash
  71.             your system.  SHSUCDX must be used.
  72.  
  73. CDCACHER is a stand alone program for making a hard disk cache image of a CD
  74.          ROM for the server.  A full CD can take a while and lots of disk space.
  75.  
  76. 2KBLOCK.DAT is a 2048 byte block of nulls for converting old cache images to
  77.          the new cache format.  See README.1ST.
  78.  
  79. KLUDGE0  is a dummy CD driver which makes a specified driver,unit appear as
  80.          unit 0 on CD0.
  81.  
  82. Files included in this zip file:
  83.  
  84.      README.1ST     Warning about change in cache image file format.
  85.      README.CD      This file.  Client/Server documentation.
  86.      README.CDX     Documentation for SHSUCDX.
  87.      README.DRV     Documentation for SHSUDRVX.
  88.      SHSUSERV.EXE   Server executable.
  89.      EXAMPLE.INI    Sample server initiation file.
  90.      SHSUCDN.EXE    Client executable.
  91.      SHSUCDX.EXE    Redirector executable.
  92.      SHSUDRVX.EXE   A CD Drive emulator executable.
  93.      SHSUCDHD.EXE   Cached image driver executable.
  94.      CDCACHER.EXE   CD cache image creation program executable.
  95.      KLUDGE0.EXE    Drive unit remap program executable.
  96.      SHSUCDN.ASM    Client source.
  97.      NETBIOS.INC    Netbios include file for SHSUCDN.ASM.
  98.      SHSUCDX.ASM    Redirector source.
  99.      UNDOC.INC      Include file for SHSUCDX.
  100.      CDROMS.INC     Include file for SHSUCDX.
  101.      CMDS.C         Redirector sub-functions.
  102.      CDROMS.H       Header file for CMDS.
  103.      REDIR.H        Header file for CMDS.
  104.      SHSUSERV.ADA   Main server program - ADA83.
  105.      TYPES.ADS      Common objects package - ADA83.
  106.      TYPES.ADB
  107.      NETBIOS.ADS    Netbios package - ADA83.
  108.      NETBIOS.ADB
  109.      DRIVERS.ADS    CD driver package - ADA83.
  110.      DRIVERS.ADB
  111.      SERVTASK.ADS   Server tasks package - ADA83.
  112.      SERVTASK.ADB
  113.      CDROMS.ADS     CDROMS package - ADA83.
  114.      CDROMS.ADB
  115.      CDCACHER.C     CD cache image creation program source.
  116.      SHSUCDHD.ASM   Cached image driver program source.
  117.      KLUDGE0.ASM    Drive unit remap program source.
  118.      SHSUDRV0.IMG   Sample cache image files made by caching
  119.      SHSUDRV1.IMG     the drives created by running SHSUDRVX.
  120.      2KBLOCK.DAT    2048 byte block of nulls for converting cache images
  121.  
  122. Loading the server.
  123.  
  124.     If an initiation file named SHSUSERV.INI is not located in the default
  125.     directory when the server is started, the server looks for CD-ROM drivers
  126.     named CD001, CD002, MSCD001, and MSCD002, or file images SHSUDRV0.IMG, and
  127.     SHSUDRV1.IMG
  128.  
  129.     If a server initiation file, SHSUSERV.INI is used, any valid driver or
  130.     file image names (max pathname is 24 characters) may be used.  Names in
  131.     the file that cannot be located are ignored.  See the example .INI file.
  132.     This file must be in the default directory (not necessarily the directory
  133.     where the server or cached images are located) when the server is started.
  134.     If you are using cached images, you may need to increase DOS's default
  135.     FILES= value in your CONFIG.SYS file.
  136.  
  137.     The default driver name in OS2-DOS is MSCD001.  Under PCDOS the driver
  138.     name is assigned in the config.sys file statement that loads the driver.
  139.     A typical config.sys command to do this is:
  140.  
  141.         device=tslcdr.sys /D:CD001
  142.  
  143.     NetBios must be configured and loaded on the server before starting
  144.     the server program.  The server itself is configured to handle up to
  145.     48 users.  Novell's NetBIOS defaults to 12 sessions and 12 outstanding
  146.     commands.  To make full use of the server you must increase this with
  147.     entries in the NET.CFG file.
  148.     The commands
  149.         NETBIOS COMMANDS=48
  150.         NETBIOS SESSIONS=48
  151.     are holdover shell commands and must be left justified and terminated
  152.     with a return.  The newer command are shown in some NetWare books.
  153.     Perhaps they will work for you.  The important thing is that if it's
  154.     configured for 48 commands it will say so when loads.
  155.  
  156.     Once NetBIOS is loaded, the server can be started.  The syntax for
  157.     loading SHSUSERV is
  158.  
  159.       SHSUSERV [/S:ServerName]
  160.  
  161.     The default network server name is SHSU-CD-SERVER.  Server names cannot
  162.     exceed 16 characters (no embedded spaces).
  163.  
  164. Loading the client.
  165.  
  166.     NetBIOS must be loaded on the client and the CD server started before
  167.     loading SHSUCDN.  The syntax for loading SHSUCDN is:
  168.  
  169.       SHSUCDN [/?][/C:ClientName][/S:ServerName][/D:DriverName][/Q][/U]
  170.  
  171.     The default network client name is CD-CLIENT.  The default Server name
  172.     is SHSU-CD-SERVER.  The default Driver Name is SHSU-CDN.  The client
  173.     network name must be unique and the /C: parameter is used for this purpose.
  174.  
  175.     A typical sequence to load SHSUCDN and MSCDEX on the workstation will
  176.     look something like (case in not important):
  177.  
  178.         SHSUCDN /C:Monique
  179.         MSCDEX  /D:SHSU-CDN
  180.  
  181.     Additional drivers can be included on the MSCDEX command line.  Prior to
  182.     loading MSCDEX, SHSUCDN can be unloaded with the /U switch.  Unfortunately,
  183.     MSCDEX is not unloadable and it is best to not unload SHSUCDN after MSCDEX
  184.     is loaded.
  185.  
  186.     To unload SHSUCDN the driver name must be included on the command line if
  187.     the default name was not used when it was loaded.  i.e., if you loaded
  188.     SHSUCDN  with the command line
  189.  
  190.         SHSUCDN /C:Monique /D:CD001
  191.  
  192.     use the command line
  193.  
  194.         SHSUCDN /D:CD001 /U
  195.  
  196.     to unload it.
  197.  
  198.     SHSUCDX can be loaded after SHSUCDN instead of MSCDEX.  It is unloadable
  199.     and can be unloaded using the /U switch before unloading SHSUCDN.  For more
  200.     information on SHSUCDX see the accompanying README.CDX file.
  201.  
  202.     Some DOS programs bypass MSCDEX and access the CD driver directly.  The
  203.     installation program for one widely used reference engine uses MSCDEX to
  204.     install and to locate the CD driver.  After installation, however, the
  205.     driver is accessed directly by name and MSCDEX is bypassed(it doesn't even
  206.     have to be loaded).  Further, the program expects the CD to be on unit 0.
  207.  
  208.     KLUDGE0 is a fix for this problem.  For instance, if the CD is on unit 7
  209.     of MSCD001, executing KLUDGE0 /D:MSCD001,7 will make it appear as unit 0
  210.     on a driver named CD0.  This can then be mapped to a drive letter with the
  211.     MSCDEX parameter /D:CD0.
  212.  
  213. SHSUSERV, SHSUCDN, SHSUCDX, SHSUDRVX, SHSUCDHD and CDCACHER are copyright
  214.  reserved, free use programs.  Use at your own risk.
  215.  
  216. Time permitting, an attempt will be made to fix problems that are reported
  217.  to CSC_JHM@SHSU.EDU.
  218.  
  219. (c)John H. McCoy, 1994, 1995, 1996 Sam Houston St. Univ., TX 77341-2206